home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / HP / LASERJET / 5MCLJ / WINNT4 / LJ113GE.EXE / DISK2 / NTPRINT.IN_ / NTPRINT.IN
Encoding:
Text File  |  1996-08-27  |  1.9 KB  |  94 lines

  1.  
  2. ; NTPRINT.INF (for SUR)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; Manufacturer section.
  16. ;
  17. ; This section lists all of the manufacturers 
  18. ; that we will display in the Dialog box
  19. ;
  20. [Manufacturer]
  21. "HP"
  22.  
  23. ;
  24. ; Model sections. 
  25. ; Each section here corresponds with an entry listed in the
  26. ; [Manufacturer] section, above. The models will be displayed in the order
  27. ; that they appear in the INF file.
  28. ;
  29.  
  30.  
  31. [HP]
  32. "HP Color LaserJet 5/5M PS"                            = HPCLJ5V2.PPD
  33.  
  34. ;
  35. ; Installer Sections
  36. ;
  37. ; These sections control file installation, and reference all files that
  38. ; need to be copied. The section name will be assumed to be the driver
  39. ; file, unless there is an explicit DriverFile section listed.
  40. ;
  41.  
  42. [HPCLJ5V2.PPD]
  43. CopyFiles=@HPCLJ5V2.PPD,PSCRIPT
  44. DataSection=PSCRIPT_DATA
  45.  
  46.  
  47.  
  48. ; Copy Sections
  49. ;
  50. ; Lists of files that are actually copied. These sections are referenced
  51. ; from the installer sections, above. Only create a section if it contains
  52. ; two or more files (if we only copy a single file, identify it in the
  53. ; installer section, using the @filename notation) or if it's a color
  54. ; profile (since the DestinationDirs can only handle sections, and not
  55. ; individual files).
  56. ;
  57.  
  58. [PSCRIPT]
  59. PSCRIPT.DLL
  60. PSCRPTUI.DLL
  61. PSCRIPT.HLP
  62.  
  63. ;
  64. ; Data Sections
  65. ;
  66. ; These sections contain data that is shared between devices.
  67. ;
  68.  
  69. [PSCRIPT_DATA]
  70. DriverFile=PSCRIPT.DLL
  71. ConfigFile=PSCRPTUI.DLL
  72. HelpFile=PSCRIPT.HLP
  73.  
  74. ;
  75. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  76. ; (depending on which environment drivers are getting installed)
  77. ;
  78.  
  79. [DestinationDirs]
  80. DefaultDestDir=66000
  81.  
  82. ;
  83. ; Control Flags
  84. ;
  85. [ControlFlags]
  86. ExcludeFromSelect = 2369
  87. ;
  88. ; Localizable Strings
  89. ;
  90. [Strings]
  91. MS="Microsoft"
  92.  
  93.